home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / GIMP 2.6.8 / gimp-2.6.8-i686-setup.exe / {app} / share / gimp / 2.0 / menus / tool-options-menu.xml < prev    next >
Extensible Markup Language  |  2009-12-15  |  574b  |  18 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
  3.  
  4. <ui>
  5.   <popup action="tool-options-popup">
  6.     <menu action="tool-options-save-menu" name="Save">
  7.       <menuitem action="tool-options-save-new" />
  8.       <separator />
  9.     </menu>
  10.     <menu action="tool-options-restore-menu" name="Restore" />
  11.     <menu action="tool-options-rename-menu" name="Rename" />
  12.     <menu action="tool-options-delete-menu" name="Delete" />
  13.     <separator />
  14.     <menuitem action="tool-options-reset" />
  15.     <menuitem action="tool-options-reset-all" />
  16.   </popup>
  17. </ui>
  18.